Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridGroupRow Class / GridGroupRow Constructor / GridGroupRow Constructor(IDataCollectionGroup<Object,Object>,IDataCollection<Object>,Int32)
The group item.
The collection of groups where this group is inside.
The index of the group inside the collection of groups.

In This Topic
    GridGroupRow Constructor(IDataCollectionGroup<Object,Object>,IDataCollection<Object>,Int32)
    In This Topic
    Initializes a new instance of the GridGroupRow class.
    Syntax

    Parameters

    group
    The group item.
    groups
    The collection of groups where this group is inside.
    index
    The index of the group inside the collection of groups.
    See Also